home *** CD-ROM | disk | FTP | other *** search
- Path: news.mel.aone.net.au!usenet
- From: clyde@hitech.com.au (Clyde Smith-Stubbs)
- Newsgroups: comp.lang.c
- Subject: Re: Free Pacific C problem
- Date: Sun, 07 Jan 1996 12:54:50 GMT
- Organization: HI-TECH Software
- Message-ID: <30efc125.166044288@news.bne.aone.net.au>
- References: <4cm906$l8v@news.sas.ab.ca>
- Reply-To: clyde@hitech.com.au
- NNTP-Posting-Host: skyhawk.hitech.com.au
- X-Newsreader: Forte Agent .99c/16.141
-
- On 6 Jan 1996 16:45:58 GMT, grantb@fn1.freenet.edmonton.ab.ca ()
- wrote:
-
- >Firat off, I'd like to say that the Pacific C package is a nice little
- >integrated environment for doing software for DOS (especially since the
- >evaluation cost id nothing!).
-
- >Well, I'm turning ON the debug info flag and I don't see any explicit
- >command from within the debugger to load said source, so I'm stumped!
-
- Did you re-make after turning on the debug info option? If not, then
- your object file will still have no source level info. If you make
- sure the Options/Source level debug info flag is on (has a little
- diamond next to it in the menu) and do a Make/Re-make, then select
- Run/Debug program.exe you will get source info in the debugger. Try
- the 'e' command, e.g.
-
- e main
-
- will display source for main, or the 'u' command, e.g.
-
- u main
-
- will disassemble main() with interspersed source code. It really is
- that simple! I just went and tried a sample program, to double-check
- that there were no snafus. It all works fine!
-
-
- ----
- Clyde Smith-Stubbs | HI-TECH Software, | Voice: +61 7 3300 5011
- clyde@hitech.com.au | P.O. Box 103, Alderley, | Fax: +61 7 3300 5246
- http://www.hitech.com.au | QLD, 4051, AUSTRALIA. | BBS: +61 7 3300 5235
- ----------------------------------------------------------------------------
- FREE! Download our shareware (FREE for noncommercial use) MS-DOS C Compiler!
- Point your Web browser at http://www.hitech.com.au/
-